bitkeeper revision 1.678 (4007b217AoX5mBnjK4x2dP2OVMNLew)
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>
Fri, 16 Jan 2004 09:42:47 +0000 (09:42 +0000)
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>
Fri, 16 Jan 2004 09:42:47 +0000 (09:42 +0000)
entry.S:
  Another small build fix for earlier gcc's.

xen/arch/i386/entry.S

index 7ff44fd3e5a6f07d1a720d17fb23fc75ede0fafd..08824dd9207f1ba8c393f52e9fe7a97a67d1fbed 100644 (file)
@@ -642,9 +642,9 @@ ENTRY(nmi)
         movl  %eax,%ebx
         
         # Okay, its almost a normal NMI tick. We can only process it if:
-        #  1. We are the outermost Xen activation (in which case we have
+        #  A. We are the outermost Xen activation (in which case we have
         #     the selectors safely saved on our stack)
-        #  2. DS-GS all contain sane Xen values.
+        #  B. DS-GS all contain sane Xen values.
         # In all other cases we bail without touching DS-GS, as we have
         # interrupted an enclosing Xen activation in tricky prologue or
         # epilogue code.